All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.media.j3d.PickPoint

java.lang.Object
   |
   +----javax.media.j3d.PickShape
           |
           +----javax.media.j3d.PickPoint

public final class PickPoint
extends PickShape
A point to supply to the BranchGroup and Locale pick methods

See Also:
pickAll, pickAll

Constructor Index

 o PickPoint()
Create a PickPoint.
 o PickPoint(Point3d)
Create a PickPoint at location

Method Index

 o get(Point3d)
Get the position of this PickPoint
 o set(Point3d)
Set the position of this PickPoint

Constructors

 o PickPoint
 public PickPoint()
Create a PickPoint. The Point is initialised to (0,0,0)

 o PickPoint
 public PickPoint(Point3d location)
Create a PickPoint at location

Methods

 o set
 public void set(Point3d location)
Set the position of this PickPoint

 o get
 public void get(Point3d location)
Get the position of this PickPoint


All Packages  Class Hierarchy  This Package  Previous  Next  Index